|
|
|
|
|
BlueCielo Meridian Enterprise 2013 Configuration Guide | BlueCielo ECM Solutions |
External data queries are suitable for standard value lists that reside in existing external (to Meridian) OLE DB data sources such as SQL Server, Oracle, Excel, or text files. These can be useful for reusing project, customer, or related document data stored in other information systems.
Before you begin
You will need an OLE DB connection string and user account credentials for the external data source. You might need to consult with the data source’s system administrator to obtain this information.
To create or edit an external data query:
to edit the VBScript expression. For information on using VBScript for configuration expressions, see the BlueCielo Meridian Enterprise VBScript API Reference.Note The user name and password typed in the Data Link Properties dialog are not shown in the Connection string text box for increased security.
to build a VBScript expression. For information on using VBScript for configuration expressions, see the BlueCielo Meridian Enterprise VBScript API Reference.You may now create a VBScript function to retrieve data from the query, as described in the BlueCielo Meridian Enterprise VBScript API Reference.
Tip Users cannot add new entries to an external data source from the Meridian client applications. The data can only be edited by the data source’s native application or by VBScript. To edit external data using VBScript, construct SQL INSERT or SQL UPDATE query statements and run them with the Vault.ExecSQL method described in the BlueCielo Meridian Enterprise VBScript API Reference.
Note If the data source does not reside on the Meridian server, ensure that the account under which the AutoManager EDM Server service is run can access that location. If necessary, change the BlueCielo EDM Server service account as described in the BlueCielo Meridian Enterprise Administrator’s Guide.
Note If SQL Server or Oracle is used for the database of the Meridian vault, do not attempt to store the tables used by these queries in the same database as the Meridian vault. Instead, create a new database in SQL Server or Oracle for the tables. BlueCielo ECM Solutions does not support storing query tables in the same database as the Meridian vault.
|
Copyright © 2000-2013 BlueCielo ECM Solutions |